home *** CD-ROM | disk | FTP | other *** search
- Path: I980.ssi.stratus.com!not-for-mail
- From: davidm@ssi.stratus.com ()
- Newsgroups: comp.lang.c++
- Subject: function pointers
- Date: 18 Jan 1996 00:51:00 GMT
- Organization: Stratus Computer Inc, Marlboro MA
- Message-ID: <4dk5hl$2ul@transfer.stratus.com>
- Reply-To: David_McReynolds@vos.stratus.com
- NNTP-Posting-Host: i980.ssi.stratus.com
- X-Newsreader: TIN [UNIX 1.3 950515BETA PL0]
-
- I am currently trying to port some C code to C++ on an AIX
- platform using xlC. I want to create a shared library using
- the makeC++SharedLib command. However, it seems that no matter
- where I place my
-
- #ifdef __cplusplus
- extern "C" {
-
- stuff the linker cannot find some function pointers I have
- declared and defined.
-
- Sorry if this is off topic but, I wasn't sure if this was
- a C++ thing or not.
-
- BTW yes I have read the comp.lang.c++ FAQ section on linking
- C and C++.
-
- Thanks,
- Dave
-